Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/solygambas/html-css-javascript-projects/071-speech text reader/

index.html /cody/solygambas/html-css-javascript-projects/071-speech text reader/index.html
385 Views
0 Comments
<!-- Reference: https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis -->

<!DOCTYPE html>
<html lang="en">
<head>

script.js /cody/solygambas/html-css-javascript-projects/071-speech text reader/script.js
258 Views
0 Comments
const main = document.querySelector("main");
const voicesSelect = document.getElementById("voices");
const textarea = document.g
style.css /cody/solygambas/html-css-javascript-projects/071-speech text reader/style.css
202 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&display=swap");

:root {
--main-color: